-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
๐ style: add *_MODEL_LIST
for Qwen and ZeroOne
#3704
Conversation
@hezhijie0327 is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
๐ @hezhijie0327 Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests โ
Additional details and impacted files@@ Coverage Diff @@
## main #3704 +/- ##
========================================
Coverage 91.77% 91.77%
========================================
Files 450 450
Lines 29731 29756 +25
Branches 2910 1927 -983
========================================
+ Hits 27285 27309 +24
- Misses 2446 2447 +1
Flags with carried forward coverage won't be shown. Click here to find out more. โ View full report in Codecov by Sentry. |
โค๏ธ Great PR @hezhijie0327 โค๏ธ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.15.3](v1.15.2...v1.15.3) <sup>Released on **2024-09-01**</sup> #### ๐ Styles - **misc**: Add `*_MODEL_LIST` for Qwen and ZeroOne, fix model info, update Claude 3.5 Sonnet maxOutput vaule. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add `*_MODEL_LIST` for Qwen and ZeroOne, closes [#3704](#3704) ([05419dc](05419dc)) * **misc**: Fix model info, closes [#3696](#3696) ([4d98037](4d98037)) * **misc**: Update Claude 3.5 Sonnet maxOutput vaule, closes [#3705](#3705) ([685bd74](685bd74)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
๐ This PR is included in version 1.15.3 ๐ The release is available on: Your semantic-release bot ๐ฆ๐ |
-all should be the option to block other models, right? I remember this is how it is described in the document |
@SAnBlog ่ฟไธชๅฅฝๅๅไธๅฐ๏ผไฝๆฏๅฆๆไฝ ่ฆ้ๆญปๆจกๅไธ่ฎฉ็จๆทๆน็่ฏ๏ผๅผๅ
ฅ |
@SAnBlog This doesnโt seem to be possible, but if you want to lock the model and prevent users from changing it, introduce |
OpenAI้ฃ่พน่ชๅฎไนๆฏๅฏไปฅๅฑ่ฝๅ ถไป็,ไฝๆฏๅ ถไปๆจกๅๅฅฝๅไธ่ก,ๅช่ฝ่ฟๆ ทไบ,่ฐข่ฐขไบ |
OpenAI can block other customizations, but other models don't seem to work. This is the only way. Thank you. |
### [Version 1.58.1](v1.58.0...v1.58.1) <sup>Released on **2024-09-01**</sup> #### ๐ Styles - **misc**: Add `*_MODEL_LIST` for Qwen and ZeroOne, fix model info, update Claude 3.5 Sonnet maxOutput vaule. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Add `*_MODEL_LIST` for Qwen and ZeroOne, closes [lobehub#3704](https://github.com/bentwnghk/lobe-chat/issues/3704) ([05419dc](05419dc)) * **misc**: Fix model info, closes [lobehub#3696](https://github.com/bentwnghk/lobe-chat/issues/3696) ([4d98037](4d98037)) * **misc**: Update Claude 3.5 Sonnet maxOutput vaule, closes [lobehub#3705](https://github.com/bentwnghk/lobe-chat/issues/3705) ([685bd74](685bd74)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
ๅขๅ
QWEN_MODEL_LIST
ๅZEROONE_MODEL_LIST
็ฏๅขๅ้Close #3694
๐ ่กฅๅ ไฟกๆฏ | Additional Information
docker run -it --rm -p 3210:3210 -e QWEN_MODEL_LIST="-all,+qwen-long" -e ZEROONE_MODEL_LIST="-all,+yi-large" lobe-chat:local